home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Faktury Express 5.94 PL - pelna wersja specjalna / setup.exe / {app} / Faktury5,1.exe / 0 / RCDATA / TFORM_WYDANIE / TFORM_WYDANIE.txt
Text File  |  2007-10-19  |  4KB  |  196 lines

  1. object Form_Wydanie: TForm_Wydanie
  2.   Left = 211
  3.   Top = 130
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Wydanie towaru'
  7.   ClientHeight = 416
  8.   ClientWidth = 688
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnMouseMove = FormMouseMove
  20.   OnPaint = FormPaint
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 32
  26.     Top = 10
  27.     Width = 69
  28.     Height = 13
  29.     Caption = 'Numer Faktury'
  30.   end
  31.   object Label5: TLabel
  32.     Left = 264
  33.     Top = 10
  34.     Width = 45
  35.     Height = 13
  36.     Caption = 'Nabywca'
  37.   end
  38.   object DB_Numer: TDBEdit
  39.     Left = 112
  40.     Top = 8
  41.     Width = 129
  42.     Height = 21
  43.     DataField = 'Nr_faktury'
  44.     TabOrder = 0
  45.   end
  46.   object DBCtrlGrid1: TDBCtrlGrid
  47.     Left = 32
  48.     Top = 40
  49.     Width = 625
  50.     Height = 322
  51.     AllowDelete = False
  52.     AllowInsert = False
  53.     Anchors = [akLeft, akTop, akRight, akBottom]
  54.     ColCount = 1
  55.     DataSource = DS_Pozycje
  56.     PanelHeight = 46
  57.     PanelWidth = 609
  58.     TabOrder = 1
  59.     RowCount = 7
  60.     object Label2: TLabel
  61.       Left = 8
  62.       Top = 4
  63.       Width = 37
  64.       Height = 13
  65.       Caption = 'Pozycja'
  66.     end
  67.     object Label3: TLabel
  68.       Left = 64
  69.       Top = 4
  70.       Width = 68
  71.       Height = 13
  72.       Caption = 'Nazwa towaru'
  73.     end
  74.     object Label4: TLabel
  75.       Left = 400
  76.       Top = 4
  77.       Width = 22
  78.       Height = 13
  79.       Caption = 'Ilo∩┐╜∩┐╜'
  80.     end
  81.     object DB_Lp: TDBEdit
  82.       Left = 8
  83.       Top = 22
  84.       Width = 41
  85.       Height = 21
  86.       DataField = 'lp'
  87.       DataSource = DS_Pozycje
  88.       ReadOnly = True
  89.       TabOrder = 0
  90.     end
  91.     object DB_Ilosc: TDBEdit
  92.       Left = 400
  93.       Top = 22
  94.       Width = 57
  95.       Height = 21
  96.       DataField = 'Ilosc'
  97.       DataSource = DS_Pozycje
  98.       ReadOnly = True
  99.       TabOrder = 1
  100.     end
  101.     object DB_Nazwa: TDBEdit
  102.       Left = 64
  103.       Top = 22
  104.       Width = 321
  105.       Height = 21
  106.       DataField = 'Nazwa'
  107.       DataSource = DS_Pozycje
  108.       ReadOnly = True
  109.       TabOrder = 2
  110.     end
  111.     object DB_Wydaj: TDBCheckBox
  112.       Left = 480
  113.       Top = 24
  114.       Width = 73
  115.       Height = 17
  116.       Caption = 'Wydaj'
  117.       DataField = 'Wydano'
  118.       DataSource = DS_Pozycje
  119.       TabOrder = 3
  120.       ValueChecked = 'True'
  121.       ValueUnchecked = 'False'
  122.     end
  123.   end
  124.   object DB_Firma: TDBEdit
  125.     Left = 320
  126.     Top = 8
  127.     Width = 332
  128.     Height = 21
  129.     DataField = 'Firma'
  130.     TabOrder = 2
  131.   end
  132.   object btnDrukuj: TPanel
  133.     Left = 200
  134.     Top = 376
  135.     Width = 140
  136.     Height = 27
  137.     Anchors = [akBottom]
  138.     BevelOuter = bvNone
  139.     Caption = 'potwierd∩┐╜ i drukuj'
  140.     Color = 8257541
  141.     Font.Charset = DEFAULT_CHARSET
  142.     Font.Color = clWhite
  143.     Font.Height = -11
  144.     Font.Name = 'MS Sans Serif'
  145.     Font.Style = [fsBold]
  146.     ParentFont = False
  147.     TabOrder = 3
  148.     OnClick = btnDrukujClick
  149.   end
  150.   object btnAnuluj: TPanel
  151.     Left = 502
  152.     Top = 376
  153.     Width = 140
  154.     Height = 27
  155.     Anchors = [akRight, akBottom]
  156.     BevelOuter = bvNone
  157.     Caption = 'zamknij'
  158.     Color = 8257541
  159.     Font.Charset = DEFAULT_CHARSET
  160.     Font.Color = clWhite
  161.     Font.Height = -11
  162.     Font.Name = 'MS Sans Serif'
  163.     Font.Style = [fsBold]
  164.     ParentFont = False
  165.     TabOrder = 4
  166.     OnClick = btnAnulujClick
  167.   end
  168.   object btnPodglad: TPanel
  169.     Left = 32
  170.     Top = 376
  171.     Width = 140
  172.     Height = 27
  173.     Anchors = [akBottom]
  174.     BevelOuter = bvNone
  175.     Caption = 'podgl∩┐╜d'
  176.     Color = 8257541
  177.     Font.Charset = DEFAULT_CHARSET
  178.     Font.Color = clWhite
  179.     Font.Height = -11
  180.     Font.Name = 'MS Sans Serif'
  181.     Font.Style = [fsBold]
  182.     ParentFont = False
  183.     TabOrder = 5
  184.     OnClick = btnPodgladClick
  185.   end
  186.   object Pozycje: TTable
  187.     Left = 640
  188.     Top = 32
  189.   end
  190.   object DS_Pozycje: TDataSource
  191.     DataSet = Pozycje
  192.     Left = 640
  193.     Top = 64
  194.   end
  195. end
  196.